@charset "utf-8";
@font-face { font-family:nav_en; src: url('fonts/MyriadPro.otf')}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #fff; font-family: "Microsoft YaHei"; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*scroll bar*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#d8d8d8;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#d8d8d8;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#d8d8d8;)}

.container{width: 86%; max-width: 1440px; margin: 0 auto;}
.container:after{content: ''; display: block; clear: both;}
.container_s{width: 86%; max-width: 1200px; margin: 0 auto;}
.container_s:after{content: ''; display: block; clear: both;}
.content{width: 86%; max-width: 1200px; margin: 0 auto;position: relative;}
.content:after{content: ''; display: block; clear: both;}
.pd2{margin-top: 96px;}

/*header*/
.header{
	padding: 35px 70px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	z-index: 9;
	/* background:rgba(0,0,0,0.5); */
	transition: all 500ms ease;
}
.headers{
	padding-top:10px;
	padding-bottom:10px;
	background:rgba(0,67,143,0.8);
}
.headers ul{
	border:none !important;
}
.header .logo{
	display: inline-block;
}
.header .logo img{
	display: block;
}
.header ul{
	position: absolute;
	bottom:10px;
	right: 0;
	left:auto;
	font-size: 0;
	text-align: right;
	padding-right: 30px;
}
.header ul li{
	display: inline-block;
	margin: 0 25px 0px 10px;
	vertical-align: top;
	margin-bottom: 20px;text-align:left;position:relative;padding-left:15px;
}
.header ul li .li_line{position:absolute;left:0px;top:-45px;height:80px;width:1px;background:#e4e4e4}
.header ul li i{display:block;position:absolute;left:-1px;top:-200px;height:30px;width:3px;background:#e60036;transition:all .3s;}
.header ul li a{
	font-size: 14px;
	line-height:1.4;
	color: #222;
}
.header ul li.active a,
.header ul li a:hover{color: #e60036;}
.header ul li.active a .en,
.header ul li a:hover .en{color: #e60036;}
.header ul li.active a i,
.header ul li a:hover i{top:5px;}
.header ul li a.border{
	position: relative;
}
.header ul li a.border:before{
	content: '';
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -8px;
}

.header .btn{width: 95px; display: none; height: 95px; background-color: #e60036; position: absolute; top: 0; right: 0; background-position: center; background-repeat: no-repeat; background-size: auto 24px;/* background-image: url(../images/head_icon2.png); */cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.header .btn.active{background-image: url(../images/close.png);}
.header .btn:hover{background-color: #002b5c;}
.header.inner{background: #00438f; padding: 25px 60px;}
.header.inner ul{border: none; bottom: 15px;}

/*footer*/
.footer{background:#0a3a60;}
.footer .main{padding: 20px 50px;overflow: hidden;}
.footer .foot_logo{float:left;}
.footer .foot_txt{font-size:12px;line-height:24px;color:#fff;float:left;margin-left:50px;}
.footer .foot_wx{float:right;}
body.ovh{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#endtxt{line-height: 180%;}



.common_subnav{padding: 50px 0; border-bottom: 1px solid #f2f2f2; background: #fff; position: relative; z-index: 9;}
.common_subnav .main{font-size: 0; text-align: center;}
.common_subnav .main a{width: 11%;display: inline-block; font-size: 18px; color: #151515; line-height: 60px; vertical-align: top; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_subnav .main a.active,.common_subnav .main a:hover{color: #fff; background: #00438f;}
.common_subnav.fixed{position: fixed; left: 0; right: 0; top: 96px; padding: 20px 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_subnav.fixed .main a{line-height: 40px;}



@media screen and (max-width: 1300px){
	.header ul li{margin: 0 10px 15px;}
	.header ul li a.border:before{left: -10px;}

}
@media screen and (max-width: 1200px){
	.header{padding: 20px 30px 0;}
	.header ul{left: 300px;}
	.header ul li{margin: 0 8px 10px;}
	.header ul li a.border:before{left: -8px;}
	.header.inner ul{bottom: 12px;}

}
@media screen and (max-width: 992px){
	.header{padding: 5px 15px !important; background: #e60036; display: block !important;}
	.header ul{position: fixed; top: 0; right: -100%; left: auto; width: 100%; background: #fff;
        padding: 100px 40px 0; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
    .header ul.active{right: 0;height:100%;}
	.header ul li a{color: #666; font-size: 16px;}
	.header ul li{display: block;}

	.header .logo img{height: 40px; width: auto;}
	.header .btn{display: none;}
    .mNavBtn {display:block;width:24px;height:16px;right:10px;top:20px;position:fixed;cursor:pointer;z-index:15;}
    .mNavBtn.active span{background: #e60036;}
    .mNavBtn.active .line2 {display:none;}
    .mNavBtn.active .line1 {transform:rotate(45deg);top:7px;}
    .mNavBtn.active .line3 {transform:rotate(-45deg);bottom:7px;}
    .mNavBtn span {position:absolute;left:0;width:24px;height:2px;background:#e60036; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
    .mNavBtn span.line1 {top:0;}
    .mNavBtn span.line2 {top:7px;}
    .mNavBtn span.line3 {bottom:0;}
    .header ul li .li_line{display:none}
    .header ul li i{display:none}
	.bottoms{display:none}
	.fixedBoxWrapper{display: none;}
    .header ul li{text-align:center;}
	.common_subnav.fixed{position:static}
	.common_subnav .container{width:96%}
	.common_subnav .main a{width: 33.3%;line-height: 40px;}
	.common_subnav{z-index:8; padding: 20px 0;}
	
}
@media screen and (max-width: 660px){
	.header{padding: 10px 15px 10px 9px !important;}
	.header .logo img{height: 30px; width: auto;}
	.mNavBtn{top:17px;}
	
}
